home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / utempter.h < prev    next >
Encoding:
Text File  |  2005-10-18  |  185 b   |  4 lines

  1. void addToUtmp(const char *pty, const char *hostname, int cmdfd);
  2. void removeFromUtmp(void);    /* removes the last pty added to utmp */
  3. void removeLineFromUtmp(const char * pty, int fd);
  4.